Vcenter Lcm Deployment Common Esx

Vcenter Lcm Deployment Common Esx
Vcenter Lcm Deployment Common Esx

The Vcenter Lcm Deployment Common Esx schema contains ESX configuration that should be used for deployment.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "connection": {
        "hostname": "string",
        "username": "string",
        "password": "string",
        "https_port": 0,
        "ssl_verify": false,
        "certificate": "string"
    },
    "placement_config": {
        "datastore_name": "string",
        "network_name": "string",
        "resource_pool_path": "string"
    }
}
connection
Required

The configuration to connect to an ESX/VC.

This property was added in vSphere API 9.0.0.0.

placement_config
Required

The location of the new version of the vCSA on the desired ESX.

This property was added in vSphere API 9.0.0.0.